Admin Activity Log Report
Type of Report
- Standardd
Total Subsheets
- Time-wise Dump
- Admin Wise Dumps
Report Purpose
The report aims to create a detailed audit trail for admin activities in the system. By capturing admin actions, timestamps, and document updates, the logging system supports robust auditing, aiding in troubleshooting and ensuring security compliance. The detailed logs are crucial for administrators and auditors to review, enhancing system security and transparency.
Worksheets
Time-wise Log
- Logs admin actions on the dashboard and Database with timestamps.
- Offers a behind-the-scenes view of who's doing what, aiding transparency and issue resolution.
- Ensures compliance with security rules.
Admin-wise Summary
- Gathers info on admins with email IDs, summarizing their actions.
- Provides a clear summary of activities, aiding in transparency and accountability.
Detailed Description
Subsheet Name: Dump, Admin Wise Dump
| Name of Column | Description of Field | Where is the value fetched from |
|---|---|---|
| Email/UserName | Email of admin | email (adminusers collection) |
| Role | Role of the admin | role (adminusers collection) |
| Timestamp | Time at which operation was performed | createdAt (adminActivityLogs) |
| Feature | The domain on which changes are done | feature (adminActivityLogs) |
| Operation | Update, delete, create, etc | operation (adminActivityLogs) |
| Log Msg | Log created by performing any operation on the dashboard | logMessage (adminActivityLogs) |
| Activity Log Id | Id of that unique document | _id (adminActivityLogs) |
Example of Report
Admin wise Report:

Time wise Report:

Report-Link :
https://docs.google.com/spreadsheets/d/1LHtD1WlU58UPecfh15goAAd9U_mIau7F/
Report Format
Branch: development
Path: Reports/adminActivityReport.js
Aggregation
Branch: development
Path: Reports/adminStateActivity.js